.pages li{list-style-type:none;width:10px;height:10px;border-radius:10px;background-color:white}.pages li:hover{box-shadow:0 0 5px 2px white}.pages li.active{background-color:orange;box-shadow:0 0 5px 2px orange}.pages{position:absolute;z-index:999}.pages.horizontal{left:50%;transform:translateX(-50%);bottom:5px}.pages.horizontal li{display:inline-block;margin-right:10px}.pages.horizontal li:last-child{margin-right:0}.pages.vertical{right:5px;top:50%;transform:translateY(-50%)}.pages.vertical li{margin-bottom:10px}.pages.vertical li:last-child{margin-bottom:0}
#banner {
	overflow: hidden;
}
.sections,.section {
	height:100%;
}
#banner,.sections {
	position: relative;
}
.section {
	background-color: #000;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: white;
}
#section0 {
	background-image: url('../images/banner.jpg');
}
#section1 {
	background-image: url('../images/1.jpg');
}
#section2 {
	background-image: url('../images/2.jpg');
}
#section3 {
	background-image: url('../images/3.jpg');
}
#section4 {
	background-image: url('../images/4.jpg');
}
.banner{height:456px;overflow:hidden;    position: relative;}
.banner .d1{width:100%;height:456px;display:block;position:absolute;left:0px;top:0px;}
.banner .d2{width:100%;height:30px;clear:both;position:absolute;z-index:100;left:0px;top:420px;}
.banner .d2 ul{float:left;position:absolute;left:50%;top:0;  margin:0 0 0 -37px;  display:inline;}
.banner .d2 li{width:17px;height:15px;overflow:hidden;cursor:pointer;background:url(../Images/New/img1.png) no-repeat center;float:left;margin:0 3px;display:inline;}
.banner .d2 li.nuw{background:url(../Images/New/img1_1.png) no-repeat center;}